func github.com/go-pg/pg/v10.env
5 uses
github.com/go-pg/pg/v10 (current package)
options.go#L103: host := env("PGHOST", "localhost")
options.go#L104: port := env("PGPORT", "5432")
options.go#L125: opt.User = env("PGUSER", "postgres")
options.go#L129: opt.Database = env("PGDATABASE", "postgres")
options.go#L165: func env(key, defValue string) string {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)